Skip to content

Conversation

@ValerieRamillien
Copy link
Contributor

No description provided.

Copy link
Collaborator

@knopers8 knopers8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ValerieRamillien ! Please consider my two minor suggestions.

} else if (mo->getName().find("BendHitsMap") != std::string::npos) { // Strips Display
// This matches both [N]BendHitsMap*
int maxStrip = 20; // 20kHz Max Display
auto histo = dynamic_cast<TH2F*>(mo->getObject());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check for nullptr in case the cast was not successful

histo->SetContour(zcontoursStrip.size(), zcontoursStrip.data());
histo->SetStats(0);
} else if (mo->getName() == "Hits") {
auto histo = dynamic_cast<TH1F*>(mo->getObject());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks for these changes and sorry for my late response.
When is it possible to have it at point2?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that we are starting physics, we will perform upgrades more opportunistically, i.e. when we are given a slot by RC. I do not know what is our next slot.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks again

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ValerieRamillien are you planning to implement these proposed changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay. I just did it.

Copy link
Collaborator

@knopers8 knopers8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@Barthelemy Barthelemy disabled auto-merge May 15, 2025 08:52
@Barthelemy Barthelemy merged commit 88bae95 into AliceO2Group:master May 15, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants